The GetDocumentSet operation is used to request a list of documents for a given transaction.
This operation retrieves the document list associated with a transaction (using the transaction data stored by the CreateTransaction operation). Documents are added to the document set through the AutoSelect and AddDocuments operations. Documents are removed from the document set by setting the Prepare flag to false in the RemoveDocuments operation.
| Operation | GetDocumentSet |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | http://schemas.bankerssystems.com/2004/ExpereAPI/ExpereIEServices/IExpereAPI/GetDocumentSet |
| Input | GetDocumentSetRequest |
| Output | GetDocumentSetResponse |